Skip to content

[fix] fix plugin te_general_grouped test bug#81

Merged
zhaoyinglia merged 1 commit into
flagos-ai:mainfrom
lihongyang1990:codex/fix-plugin-te-general-grouped-test-bug
Jun 25, 2026
Merged

[fix] fix plugin te_general_grouped test bug#81
zhaoyinglia merged 1 commit into
flagos-ai:mainfrom
lihongyang1990:codex/fix-plugin-te-general-grouped-test-bug

Conversation

@lihongyang1990

Copy link
Copy Markdown

Summary

Replace the grouped GEMM plugin test import from transformer_engine_torch_nv to transformer_engine_torch.

Why

The test should load the standard Transformer Engine torch extension module. Importing transformer_engine_torch_nv can fail because that is not the expected module name in this project.

Impact

This fixes startup/import failure for transformer_engine/plugin/tests/test_te_general_grouped.py before the grouped GEMM checks run.

Validation

  • git diff --check origin/main...HEAD
  • python3 -c 'import ast, pathlib; path = pathlib.Path("transformer_engine/plugin/tests/test_te_general_grouped.py"); ast.parse(path.read_text())'

Full test execution was not run locally because it requires the project runtime/CUDA environment.

@lihongyang1990 lihongyang1990 changed the title [codex] fix plugin te_general_grouped test bug [fix] fix plugin te_general_grouped test bug Jun 24, 2026

@lxd-cumt lxd-cumt left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhaoyinglia zhaoyinglia merged commit 9aa7e20 into flagos-ai:main Jun 25, 2026
22 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants